﻿2026-07-01T10:18:10.2549990Z ##[group]Run $ErrorActionPreference = "Stop"
2026-07-01T10:18:10.2550379Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-07-01T10:18:10.2550637Z [36;1m$PIN = "0c95435"[0m
2026-07-01T10:18:10.2550895Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-07-01T10:18:10.2551148Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-07-01T10:18:10.2551572Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-07-01T10:18:10.2551967Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-07-01T10:18:10.2552876Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-07-01T10:18:10.2553182Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-07-01T10:18:10.2553425Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-07-01T10:18:10.2553716Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-07-01T10:18:10.2554011Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-07-01T10:18:10.2554327Z [36;1m}[0m
2026-07-01T10:18:10.2554538Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-07-01T10:18:10.2554804Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-01T10:18:10.2622824Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-07-01T10:18:10.2623123Z ##[endgroup]
2026-07-01T10:18:11.2489430Z    Compiling proc-macro2 v1.0.106
2026-07-01T10:18:11.2489756Z    Compiling quote v1.0.45
2026-07-01T10:18:11.2489961Z    Compiling unicode-ident v1.0.24
2026-07-01T10:18:11.2490281Z    Compiling cfg-if v1.0.4
2026-07-01T10:18:11.2491283Z    Compiling serde_core v1.0.228
2026-07-01T10:18:11.2491594Z    Compiling serde v1.0.228
2026-07-01T10:18:11.2492369Z    Compiling windows-link v0.2.1
2026-07-01T10:18:11.2492718Z    Compiling typenum v1.20.1
2026-07-01T10:18:11.2493083Z    Compiling getrandom v0.3.4
2026-07-01T10:18:11.2493415Z    Compiling portable-atomic v1.13.1
2026-07-01T10:18:11.2494195Z    Compiling pin-project-lite v0.2.17
2026-07-01T10:18:11.2494584Z    Compiling version_check v0.9.5
2026-07-01T10:18:11.2494959Z    Compiling critical-section v1.2.0
2026-07-01T10:18:11.2495733Z    Compiling shlex v2.0.1
2026-07-01T10:18:11.2496783Z    Compiling find-msvc-tools v0.1.9
2026-07-01T10:18:11.2497235Z    Compiling memchr v2.8.1
2026-07-01T10:18:11.3391651Z    Compiling windows-sys v0.61.2
2026-07-01T10:18:11.3505189Z    Compiling subtle v2.6.1
2026-07-01T10:18:11.4178514Z    Compiling equivalent v1.0.2
2026-07-01T10:18:11.4351003Z    Compiling futures-core v0.3.32
2026-07-01T10:18:11.4956361Z    Compiling smallvec v1.15.1
2026-07-01T10:18:11.5493143Z    Compiling bytes v1.11.1
2026-07-01T10:18:11.6063302Z    Compiling itoa v1.0.18
2026-07-01T10:18:11.6284221Z    Compiling semver v1.0.28
2026-07-01T10:18:11.6767997Z    Compiling stable_deref_trait v1.2.1
2026-07-01T10:18:11.7769133Z    Compiling generic-array v0.14.7
2026-07-01T10:18:11.8371440Z    Compiling log v0.4.32
2026-07-01T10:18:11.8570342Z    Compiling futures-sink v0.3.32
2026-07-01T10:18:11.8570984Z    Compiling slab v0.4.12
2026-07-01T10:18:11.9416442Z    Compiling rustc_version v0.4.1
2026-07-01T10:18:12.0013134Z    Compiling futures-io v0.3.32
2026-07-01T10:18:12.0013648Z    Compiling futures-task v0.3.32
2026-07-01T10:18:12.1336314Z    Compiling futures-channel v0.3.32
2026-07-01T10:18:12.2048239Z    Compiling hashbrown v0.17.1
2026-07-01T10:18:12.2054665Z    Compiling rustversion v1.0.22
2026-07-01T10:18:12.3189643Z    Compiling getrandom v0.2.17
2026-07-01T10:18:12.3514848Z    Compiling cpufeatures v0.2.17
2026-07-01T10:18:12.3929421Z    Compiling fnv v1.0.7
2026-07-01T10:18:12.3944767Z    Compiling libc v0.2.186
2026-07-01T10:18:12.3978253Z    Compiling rand_core v0.10.1
2026-07-01T10:18:12.5342491Z    Compiling cfg_aliases v0.2.1
2026-07-01T10:18:12.6201151Z    Compiling jobserver v0.1.34
2026-07-01T10:18:12.7157450Z    Compiling strsim v0.11.1
2026-07-01T10:18:12.7277034Z    Compiling autocfg v1.5.1
2026-07-01T10:18:12.7307667Z    Compiling litemap v0.8.2
2026-07-01T10:18:12.7334606Z    Compiling writeable v0.6.3
2026-07-01T10:18:12.7400945Z    Compiling ident_case v1.0.1
2026-07-01T10:18:12.7920367Z    Compiling icu_normalizer_data v2.2.0
2026-07-01T10:18:12.8280453Z    Compiling dunce v1.0.5
2026-07-01T10:18:12.8347325Z    Compiling icu_properties_data v2.2.0
2026-07-01T10:18:12.8929207Z    Compiling cc v1.2.63
2026-07-01T10:18:13.0507770Z    Compiling utf8_iter v1.0.4
2026-07-01T10:18:13.0508314Z    Compiling getrandom v0.4.2
2026-07-01T10:18:13.1248856Z    Compiling fs_extra v1.3.0
2026-07-01T10:18:13.2187805Z    Compiling indexmap v2.14.0
2026-07-01T10:18:13.3136377Z    Compiling syn v2.0.117
2026-07-01T10:18:13.3707493Z    Compiling percent-encoding v2.3.2
2026-07-01T10:18:13.4027597Z    Compiling http v1.4.1
2026-07-01T10:18:13.4159265Z    Compiling crypto-common v0.1.7
2026-07-01T10:18:13.4381947Z    Compiling aws-lc-rs v1.17.0
2026-07-01T10:18:13.4775623Z    Compiling cpufeatures v0.3.0
2026-07-01T10:18:13.4883053Z    Compiling thiserror v2.0.18
2026-07-01T10:18:13.5270929Z    Compiling unicode-segmentation v1.13.3
2026-07-01T10:18:13.5507406Z    Compiling scopeguard v1.2.0
2026-07-01T10:18:13.6137717Z    Compiling form_urlencoded v1.2.2
2026-07-01T10:18:13.7360599Z    Compiling cmake v0.1.58
2026-07-01T10:18:13.8172354Z    Compiling block-buffer v0.10.4
2026-07-01T10:18:13.9090008Z    Compiling winapi v0.3.9
2026-07-01T10:18:13.9689315Z    Compiling lock_api v0.4.14
2026-07-01T10:18:13.9922202Z    Compiling chacha20 v0.10.0
2026-07-01T10:18:14.0619247Z    Compiling bitflags v2.12.1
2026-07-01T10:18:14.0628997Z    Compiling untrusted v0.9.0
2026-07-01T10:18:14.7476058Z    Compiling num-traits v0.2.19
2026-07-01T10:18:14.7667806Z    Compiling windows-strings v0.5.1
2026-07-01T10:18:14.8492691Z    Compiling digest v0.10.7
2026-07-01T10:18:14.8767459Z    Compiling windows-result v0.4.1
2026-07-01T10:18:14.9154387Z    Compiling rustls v0.23.40
2026-07-01T10:18:15.0340668Z    Compiling rand v0.10.1
2026-07-01T10:18:15.0341557Z    Compiling heck v0.5.0
2026-07-01T10:18:15.0642492Z    Compiling convert_case v0.10.0
2026-07-01T10:18:15.0938545Z    Compiling ring v0.17.14
2026-07-01T10:18:15.1250123Z    Compiling atomic-waker v1.1.2
2026-07-01T10:18:15.1478930Z    Compiling anyhow v1.0.102
2026-07-01T10:18:15.1946435Z    Compiling unicode-xid v0.2.6
2026-07-01T10:18:15.2190444Z    Compiling const-oid v0.10.2
2026-07-01T10:18:15.2696630Z    Compiling aws-lc-sys v0.41.0
2026-07-01T10:18:15.3161400Z    Compiling zerocopy v0.8.50
2026-07-01T10:18:15.3964628Z    Compiling parking_lot_core v0.9.12
2026-07-01T10:18:15.4179357Z    Compiling httparse v1.10.1
2026-07-01T10:18:15.4255562Z    Compiling http-body v1.0.1
2026-07-01T10:18:15.4614506Z    Compiling curve25519-dalek v4.1.3
2026-07-01T10:18:15.5687201Z    Compiling hybrid-array v0.4.12
2026-07-01T10:18:15.5794375Z    Compiling ahash v0.8.12
2026-07-01T10:18:15.6575739Z    Compiling fastrand v2.4.1
2026-07-01T10:18:15.8938854Z    Compiling either v1.16.0
2026-07-01T10:18:15.9272989Z    Compiling base64ct v1.8.3
2026-07-01T10:18:15.9397410Z    Compiling powerfmt v0.2.0
2026-07-01T10:18:16.2270172Z    Compiling pem-rfc7468 v1.0.0
2026-07-01T10:18:16.2307890Z    Compiling deranged v0.5.8
2026-07-01T10:18:16.2580153Z    Compiling rand_core v0.6.4
2026-07-01T10:18:16.3158237Z    Compiling vcpkg v0.2.15
2026-07-01T10:18:16.3542006Z    Compiling pkg-config v0.3.33
2026-07-01T10:18:16.3648124Z    Compiling tinyvec_macros v0.1.1
2026-07-01T10:18:16.4769304Z    Compiling time-core v0.1.8
2026-07-01T10:18:16.4833568Z    Compiling tower-service v0.3.3
2026-07-01T10:18:16.5311382Z    Compiling try-lock v0.2.5
2026-07-01T10:18:16.5590546Z    Compiling base64 v0.22.1
2026-07-01T10:18:16.5745641Z    Compiling zmij v1.0.21
2026-07-01T10:18:16.6937875Z    Compiling num-conv v0.2.2
2026-07-01T10:18:16.7126353Z    Compiling synstructure v0.13.2
2026-07-01T10:18:16.7612462Z    Compiling darling_core v0.20.11
2026-07-01T10:18:16.8002585Z    Compiling data-encoding v2.11.0
2026-07-01T10:18:16.8969939Z    Compiling want v0.3.1
2026-07-01T10:18:17.0301466Z    Compiling tinyvec v1.11.0
2026-07-01T10:18:17.1857198Z    Compiling parking_lot v0.12.5
2026-07-01T10:18:17.1938948Z    Compiling block-buffer v0.12.0
2026-07-01T10:18:17.2566438Z    Compiling crypto-common v0.2.2
2026-07-01T10:18:17.4873676Z    Compiling sha2 v0.10.9
2026-07-01T10:18:17.5014408Z    Compiling vergen-lib v9.1.0
2026-07-01T10:18:17.5279919Z    Compiling inout v0.1.4
2026-07-01T10:18:17.5418545Z    Compiling n0-future v0.3.2
2026-07-01T10:18:17.7913132Z    Compiling httpdate v1.0.3
2026-07-01T10:18:17.8329069Z    Compiling winnow v1.0.3
2026-07-01T10:18:17.8556705Z    Compiling libsqlite3-sys v0.30.1
2026-07-01T10:18:17.9970680Z    Compiling crossbeam-utils v0.8.21
2026-07-01T10:18:18.0483383Z    Compiling diatomic-waker v0.2.3
2026-07-01T10:18:18.1235959Z    Compiling signature v2.2.0
2026-07-01T10:18:18.1679054Z    Compiling parking v2.2.1
2026-07-01T10:18:18.1792055Z    Compiling spin v0.10.0
2026-07-01T10:18:18.1794688Z    Compiling windows_x86_64_msvc v0.52.6
2026-07-01T10:18:18.2869208Z    Compiling cordyceps v0.3.4
2026-07-01T10:18:18.2963442Z    Compiling serde_json v1.0.150
2026-07-01T10:18:18.3892583Z    Compiling futures-lite v2.6.1
2026-07-01T10:18:18.3955184Z    Compiling ed25519 v2.2.3
2026-07-01T10:18:18.3986685Z    Compiling digest v0.11.3
2026-07-01T10:18:18.6210196Z    Compiling futures-buffered v0.2.13
2026-07-01T10:18:18.6908589Z    Compiling cipher v0.4.4
2026-07-01T10:18:18.7690042Z    Compiling vergen-lib v0.1.6
2026-07-01T10:18:18.8070714Z    Compiling vergen v9.1.0
2026-07-01T10:18:18.8519694Z    Compiling universal-hash v0.5.1
2026-07-01T10:18:19.0724043Z    Compiling socket2 v0.6.4
2026-07-01T10:18:19.0990798Z    Compiling mio v1.2.1
2026-07-01T10:18:19.1518236Z    Compiling noq-udp v0.10.0
2026-07-01T10:18:19.1607083Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-01T10:18:19.2160077Z    Compiling heapless v0.7.17
2026-07-01T10:18:19.2301721Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-01T10:18:19.2523211Z    Compiling sync_wrapper v1.0.2
2026-07-01T10:18:19.3756172Z    Compiling byteorder v1.5.0
2026-07-01T10:18:19.4119653Z    Compiling opaque-debug v0.3.1
2026-07-01T10:18:19.4781079Z    Compiling allocator-api2 v0.2.21
2026-07-01T10:18:19.6144130Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-01T10:18:20.4569066Z    Compiling hash32 v0.2.1
2026-07-01T10:18:20.4573014Z    Compiling serde_derive v1.0.228
2026-07-01T10:18:20.5199270Z    Compiling zeroize_derive v1.4.3
2026-07-01T10:18:20.5899411Z    Compiling zerofrom-derive v0.1.7
2026-07-01T10:18:20.6402149Z    Compiling tokio-macros v2.7.0
2026-07-01T10:18:20.6573497Z    Compiling yoke-derive v0.8.2
2026-07-01T10:18:20.6986749Z    Compiling futures-macro v0.3.32
2026-07-01T10:18:20.7594951Z    Compiling zerovec-derive v0.11.3
2026-07-01T10:18:20.7715384Z    Compiling displaydoc v0.2.6
2026-07-01T10:18:20.8680257Z    Compiling tracing-attributes v0.1.31
2026-07-01T10:18:20.9541916Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-01T10:18:20.9616429Z    Compiling thiserror-impl v2.0.18
2026-07-01T10:18:21.0264989Z    Compiling darling_macro v0.20.11
2026-07-01T10:18:21.1806269Z    Compiling derive_more-impl v2.1.1
2026-07-01T10:18:21.6513253Z    Compiling darling v0.20.11
2026-07-01T10:18:21.7244382Z    Compiling n0-error-macros v0.1.3
2026-07-01T10:18:21.7260614Z    Compiling zeroize v1.8.2
2026-07-01T10:18:21.8397353Z    Compiling tokio v1.52.3
2026-07-01T10:18:21.9607646Z    Compiling derive_builder_core v0.20.2
2026-07-01T10:18:21.9677791Z    Compiling spez v0.1.2
2026-07-01T10:18:22.0154710Z    Compiling futures-util v0.3.32
2026-07-01T10:18:22.1130515Z    Compiling rustls-pki-types v1.14.1
2026-07-01T10:18:22.1594462Z    Compiling windows-implement v0.60.2
2026-07-01T10:18:22.4489036Z    Compiling windows-interface v0.59.3
2026-07-01T10:18:22.7545551Z    Compiling der v0.8.0-rc.10
2026-07-01T10:18:22.8218165Z    Compiling zerofrom v0.1.8
2026-07-01T10:18:22.8621548Z    Compiling pin-project-internal v1.1.13
2026-07-01T10:18:22.9470372Z    Compiling n0-error v0.1.3
2026-07-01T10:18:23.1919623Z    Compiling yoke v0.8.3
2026-07-01T10:18:23.2087855Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-01T10:18:23.2502374Z    Compiling polyval v0.6.2
2026-07-01T10:18:23.3918475Z    Compiling derive_builder_macro v0.20.2
2026-07-01T10:18:23.4659137Z    Compiling windows-core v0.62.2
2026-07-01T10:18:23.5620979Z    Compiling zerovec v0.11.6
2026-07-01T10:18:23.5621607Z    Compiling zerotrie v0.2.4
2026-07-01T10:18:23.7258665Z    Compiling ed25519-dalek v2.2.0
2026-07-01T10:18:23.9340228Z    Compiling derive_builder v0.20.2
2026-07-01T10:18:24.0443000Z    Compiling spki v0.8.0-rc.4
2026-07-01T10:18:24.2561729Z    Compiling tinystr v0.8.3
2026-07-01T10:18:24.3961722Z    Compiling potential_utf v0.1.5
2026-07-01T10:18:24.4111988Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-01T10:18:24.4895891Z    Compiling icu_locale_core v2.2.0
2026-07-01T10:18:24.5211582Z    Compiling pin-project v1.1.13
2026-07-01T10:18:24.5739246Z    Compiling icu_collections v2.2.0
2026-07-01T10:18:24.6733785Z    Compiling spin v0.9.8
2026-07-01T10:18:24.6779137Z    Compiling vergen-gitcl v1.0.8
2026-07-01T10:18:24.6980381Z    Compiling windows-threading v0.2.1
2026-07-01T10:18:24.7615037Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-01T10:18:24.7982276Z    Compiling signature v3.0.0
2026-07-01T10:18:24.8974772Z    Compiling fallible-iterator v0.3.0
2026-07-01T10:18:24.9115869Z    Compiling ryu v1.0.23
2026-07-01T10:18:25.0193697Z    Compiling tower-layer v0.3.3
2026-07-01T10:18:25.0352013Z    Compiling windows-future v0.3.2
2026-07-01T10:18:25.1035706Z    Compiling futures-executor v0.3.32
2026-07-01T10:18:25.2157634Z    Compiling windows-numerics v0.3.1
2026-07-01T10:18:25.5420884Z    Compiling futures v0.3.32
2026-07-01T10:18:25.6518685Z    Compiling windows-collections v0.3.2
2026-07-01T10:18:25.7525969Z    Compiling icu_provider v2.2.0
2026-07-01T10:18:25.7844534Z    Compiling windows-targets v0.52.6
2026-07-01T10:18:25.8418261Z    Compiling spt-proto v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-07-01T10:18:25.9253691Z    Compiling proc-macro-crate v3.5.0
2026-07-01T10:18:25.9535246Z    Compiling ghash v0.5.1
2026-07-01T10:18:25.9902377Z    Compiling cobs v0.3.0
2026-07-01T10:18:26.0566427Z    Compiling postcard-derive v0.2.2
2026-07-01T10:18:26.1082006Z    Compiling icu_normalizer v2.2.0
2026-07-01T10:18:26.1653899Z    Compiling icu_properties v2.2.0
2026-07-01T10:18:26.2080045Z    Compiling tokio-util v0.7.18
2026-07-01T10:18:26.2799073Z    Compiling ipnet v2.12.0
2026-07-01T10:18:26.3894275Z    Compiling derive_more v2.1.1
2026-07-01T10:18:26.4201147Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-01T10:18:26.4461845Z    Compiling ed25519 v3.0.0-rc.4
2026-07-01T10:18:26.7576006Z    Compiling once_cell v1.21.4
2026-07-01T10:18:26.7694591Z    Compiling prefix-trie v0.8.4
2026-07-01T10:18:26.7771651Z    Compiling aes v0.8.4
2026-07-01T10:18:26.8066048Z    Compiling ctr v0.9.2
2026-07-01T10:18:26.8264779Z    Compiling sha2 v0.11.0-rc.5
2026-07-01T10:18:27.0229211Z    Compiling tracing-core v0.1.36
2026-07-01T10:18:27.0714799Z    Compiling fs2 v0.4.3
2026-07-01T10:18:27.1228518Z    Compiling time v0.3.47
2026-07-01T10:18:27.1302392Z    Compiling http-body-util v0.1.3
2026-07-01T10:18:27.2601225Z    Compiling hashbrown v0.14.5
2026-07-01T10:18:27.2753097Z    Compiling aead v0.5.2
2026-07-01T10:18:27.3332433Z    Compiling arrayvec v0.7.6
2026-07-01T10:18:27.3717720Z    Compiling utf8parse v0.2.2
2026-07-01T10:18:27.4290296Z    Compiling tracing v0.1.44
2026-07-01T10:18:27.5084897Z    Compiling ipconfig v0.3.4
2026-07-01T10:18:27.5249449Z    Compiling idna_adapter v1.2.2
2026-07-01T10:18:27.5336474Z    Compiling widestring v1.2.1
2026-07-01T10:18:27.6118926Z    Compiling aes-gcm v0.10.3
2026-07-01T10:18:27.6915270Z    Compiling idna v1.1.0
2026-07-01T10:18:27.7297596Z    Compiling data-encoding-macro v0.1.20
2026-07-01T10:18:27.8785727Z    Compiling h2 v0.4.14
2026-07-01T10:18:27.9322409Z    Compiling hashlink v0.9.1
2026-07-01T10:18:28.0074593Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-01T10:18:28.0304134Z    Compiling postcard v1.1.3
2026-07-01T10:18:28.0625444Z    Compiling url v2.5.8
2026-07-01T10:18:28.2442136Z    Compiling rusqlite v0.32.1
2026-07-01T10:18:28.2687455Z    Compiling num_enum_derive v0.7.6
2026-07-01T10:18:28.2918084Z    Compiling windows v0.62.2
2026-07-01T10:18:28.3374699Z    Compiling tower v0.5.3
2026-07-01T10:18:28.3861705Z    Compiling chrono v0.4.45
2026-07-01T10:18:28.5237432Z    Compiling windows-sys v0.59.0
2026-07-01T10:18:28.5578912Z    Compiling crossbeam-channel v0.5.15
2026-07-01T10:18:28.6751619Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-01T10:18:29.1384708Z    Compiling crossbeam-epoch v0.9.18
2026-07-01T10:18:29.2396836Z    Compiling spt-store v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-07-01T10:18:29.3487201Z    Compiling iroh-metrics-derive v0.4.1
2026-07-01T10:18:29.3570099Z    Compiling strum_macros v0.28.0
2026-07-01T10:18:29.4873329Z    Compiling async-trait v0.1.89
2026-07-01T10:18:29.5501783Z    Compiling enum-assoc v1.3.0
2026-07-01T10:18:29.6724660Z    Compiling blake3 v1.8.5
2026-07-01T10:18:29.8960610Z    Compiling windows-registry v0.6.1
2026-07-01T10:18:30.0985777Z    Compiling uuid v1.23.2
2026-07-01T10:18:30.1094542Z    Compiling memoffset v0.6.5
2026-07-01T10:18:30.2896528Z    Compiling noq v0.18.0
2026-07-01T10:18:30.3732086Z    Compiling netwatch v0.16.0
2026-07-01T10:18:30.3883738Z    Compiling acto v0.8.2
2026-07-01T10:18:30.4857970Z    Compiling sorted-index-buffer v0.2.1
2026-07-01T10:18:30.6407177Z    Compiling ref-cast v1.0.25
2026-07-01T10:18:30.6671143Z    Compiling xml-rs v0.8.28
2026-07-01T10:18:30.6903600Z    Compiling rustc-hash v2.1.2
2026-07-01T10:18:30.7473710Z    Compiling mac-addr v0.3.0
2026-07-01T10:18:30.7890651Z    Compiling identity-hash v0.1.0
2026-07-01T10:18:30.8049097Z    Compiling thiserror v1.0.69
2026-07-01T10:18:30.8554675Z    Compiling tagptr v0.2.0
2026-07-01T10:18:30.9961830Z    Compiling lru-slab v0.1.2
2026-07-01T10:18:31.1152517Z    Compiling foldhash v0.2.0
2026-07-01T10:18:31.1309355Z    Compiling moka v0.12.15
2026-07-01T10:18:31.1585798Z    Compiling netdev v0.42.0
2026-07-01T10:18:31.2741792Z    Compiling hashbrown v0.16.1
2026-07-01T10:18:31.3727102Z    Compiling xmltree v0.10.3
2026-07-01T10:18:31.5172096Z    Compiling iroh-metrics v0.38.3
2026-07-01T10:18:31.6436209Z    Compiling iroh-relay v0.98.0
2026-07-01T10:18:31.6559746Z    Compiling num_enum v0.7.6
2026-07-01T10:18:31.7689903Z    Compiling tower-http v0.6.11
2026-07-01T10:18:31.9829560Z    Compiling iroh-base v0.98.0
2026-07-01T10:18:32.0007256Z    Compiling attohttpc v0.30.1
2026-07-01T10:18:32.0832321Z    Compiling hyper v1.10.1
2026-07-01T10:18:32.1853658Z    Compiling n0-watcher v0.6.1
2026-07-01T10:18:32.2028304Z    Compiling spt-msg v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-07-01T10:18:32.2700542Z    Compiling tokio-stream v0.1.18
2026-07-01T10:18:32.3753425Z    Compiling strum v0.28.0
2026-07-01T10:18:32.4044450Z    Compiling serde_spanned v0.6.9
2026-07-01T10:18:32.5741080Z    Compiling toml_datetime v0.6.11
2026-07-01T10:18:32.6296104Z    Compiling ref-cast-impl v1.0.25
2026-07-01T10:18:32.6520323Z    Compiling thiserror-impl v1.0.69
2026-07-01T10:18:32.7823102Z    Compiling serde_derive_internals v0.29.1
2026-07-01T10:18:32.8787641Z    Compiling simple-dns v0.9.3
2026-07-01T10:18:32.9279505Z    Compiling serial-core v0.4.0
2026-07-01T10:18:33.0325481Z    Compiling aho-corasick v1.1.4
2026-07-01T10:18:33.2011227Z    Compiling resolv-conf v0.7.6
2026-07-01T10:18:33.2172986Z    Compiling winreg v0.10.1
2026-07-01T10:18:33.3652820Z    Compiling toml_write v0.1.2
2026-07-01T10:18:33.4456236Z    Compiling smol_str v0.1.24
2026-07-01T10:18:33.6084732Z    Compiling hyper-util v0.1.20
2026-07-01T10:18:33.6754503Z    Compiling sha1_smol v1.0.1
2026-07-01T10:18:33.7744225Z    Compiling arrayref v0.3.9
2026-07-01T10:18:33.8301749Z    Compiling constant_time_eq v0.4.2
2026-07-01T10:18:33.9203840Z    Compiling regex-syntax v0.8.10
2026-07-01T10:18:33.9568350Z    Compiling simdutf8 v0.1.5
2026-07-01T10:18:34.0927256Z    Compiling winnow v0.7.15
2026-07-01T10:18:34.2027653Z    Compiling iroh-dns v0.98.0
2026-07-01T10:18:34.3002552Z    Compiling schemars_derive v1.2.1
2026-07-01T10:18:34.5741504Z    Compiling serial-windows v0.4.0
2026-07-01T10:18:34.8062749Z    Compiling lru v0.16.4
2026-07-01T10:18:34.8915336Z    Compiling webpki-roots v1.0.7
2026-07-01T10:18:34.9600516Z    Compiling seize v0.5.1
2026-07-01T10:18:34.9808262Z    Compiling darling_core v0.23.0
2026-07-01T10:18:35.0660487Z    Compiling hmac v0.12.1
2026-07-01T10:18:35.0977412Z    Compiling serde_bytes v0.11.19
2026-07-01T10:18:35.1309539Z    Compiling iroh v0.98.2
2026-07-01T10:18:35.1441986Z    Compiling igd-next v0.17.1
2026-07-01T10:18:35.2523159Z    Compiling once_cell_polyfill v1.70.2
2026-07-01T10:18:35.3638313Z    Compiling lazy_static v1.5.0
2026-07-01T10:18:35.4125919Z    Compiling anstyle v1.0.14
2026-07-01T10:18:35.5086080Z    Compiling cmov v0.5.4
2026-07-01T10:18:35.6347654Z    Compiling pin-utils v0.1.0
2026-07-01T10:18:35.6348168Z    Compiling dyn-clone v1.0.20
2026-07-01T10:18:35.6471127Z    Compiling bitflags v1.3.2
2026-07-01T10:18:35.7677791Z    Compiling ctutils v0.4.2
2026-07-01T10:18:35.7929088Z    Compiling nix v0.25.1
2026-07-01T10:18:35.8282858Z    Compiling anstyle-wincon v3.0.11
2026-07-01T10:18:35.8445769Z    Compiling shared_library v0.1.9
2026-07-01T10:18:35.8600734Z    Compiling hkdf v0.12.4
2026-07-01T10:18:35.9216269Z    Compiling papaya v0.2.4
2026-07-01T10:18:35.9401173Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-01T10:18:36.0993386Z    Compiling toml_edit v0.22.27
2026-07-01T10:18:36.1146150Z    Compiling regex-automata v0.4.14
2026-07-01T10:18:36.3260154Z    Compiling serial v0.4.0
2026-07-01T10:18:36.4201912Z    Compiling filedescriptor v0.8.3
2026-07-01T10:18:36.4783356Z    Compiling anstyle-parse v1.0.0
2026-07-01T10:18:36.4919612Z    Compiling backon v1.6.0
2026-07-01T10:18:36.4977066Z    Compiling anstyle-query v1.1.5
2026-07-01T10:18:36.7058371Z    Compiling schemars v1.2.1
2026-07-01T10:18:36.7550049Z    Compiling vte_generate_state_changes v0.1.2
2026-07-01T10:18:36.8045980Z    Compiling downcast-rs v1.2.1
2026-07-01T10:18:36.8519114Z    Compiling foldhash v0.1.5
2026-07-01T10:18:36.8720401Z    Compiling shell-words v1.1.1
2026-07-01T10:18:36.9324662Z    Compiling paste v1.0.15
2026-07-01T10:18:36.9703737Z    Compiling instability v0.3.12
2026-07-01T10:18:37.1078697Z    Compiling colorchoice v1.0.5
2026-07-01T10:18:37.1442762Z    Compiling is_terminal_polyfill v1.70.2
2026-07-01T10:18:37.1703684Z    Compiling hashbrown v0.15.5
2026-07-01T10:18:37.1942971Z    Compiling vte v0.13.1
2026-07-01T10:18:37.2778817Z    Compiling anstream v1.0.0
2026-07-01T10:18:37.2984131Z    Compiling portable-pty v0.8.1
2026-07-01T10:18:37.3140374Z    Compiling spake2 v0.4.0
2026-07-01T10:18:37.3867290Z    Compiling strum_macros v0.26.4
2026-07-01T10:18:37.8261567Z    Compiling terminal_size v0.4.4
2026-07-01T10:18:37.8942574Z    Compiling crossterm_winapi v0.9.1
2026-07-01T10:18:37.8964805Z    Compiling itertools v0.13.0
2026-07-01T10:18:38.0545542Z    Compiling sha1 v0.10.6
2026-07-01T10:18:38.0616087Z    Compiling castaway v0.2.4
2026-07-01T10:18:38.2807590Z    Compiling toml v0.8.23
2026-07-01T10:18:38.4000088Z    Compiling static_assertions v1.1.0
2026-07-01T10:18:38.4775215Z    Compiling regex v1.12.3
2026-07-01T10:18:38.5796049Z    Compiling unicode-width v0.1.14
2026-07-01T10:18:38.6241674Z    Compiling clap_lex v1.1.0
2026-07-01T10:18:38.9123622Z    Compiling wmi v0.18.4
2026-07-01T10:18:38.9813982Z    Compiling darling_macro v0.23.0
2026-07-01T10:18:39.0114522Z    Compiling spt-runtime v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-07-01T10:18:39.1217541Z    Compiling doctest-file v1.1.1
2026-07-01T10:18:39.1909413Z    Compiling indoc v2.0.7
2026-07-01T10:18:39.4620789Z    Compiling recvmsg v1.0.0
2026-07-01T10:18:39.5340344Z    Compiling darling v0.23.0
2026-07-01T10:18:39.5751299Z    Compiling unicode-truncate v1.1.0
2026-07-01T10:18:39.7690585Z    Compiling clap_builder v4.6.0
2026-07-01T10:18:39.7805509Z    Compiling compact_str v0.8.2
2026-07-01T10:18:39.7824338Z    Compiling interprocess v2.4.2
2026-07-01T10:18:39.7946848Z    Compiling strum v0.26.3
2026-07-01T10:18:39.8985072Z    Compiling crossterm v0.28.1
2026-07-01T10:18:39.9507096Z    Compiling spt-term v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-07-01T10:18:40.6736968Z    Compiling portmapper v0.16.0
2026-07-01T10:18:40.6999979Z    Compiling lru v0.12.5
2026-07-01T10:18:41.3007697Z    Compiling clap_derive v4.6.1
2026-07-01T10:18:41.5657915Z    Compiling error-code v3.3.2
2026-07-01T10:18:41.6965855Z    Compiling unicode-width v0.2.0
2026-07-01T10:18:41.8836164Z    Compiling spt-live v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-07-01T10:18:41.8966862Z    Compiling cassowary v0.3.0
2026-07-01T10:18:42.0767640Z    Compiling clipboard-win v5.4.1
2026-07-01T10:18:42.0920530Z    Compiling nucleo-matcher v0.3.1
2026-07-01T10:18:42.1775329Z    Compiling ratatui v0.29.0
2026-07-01T10:18:42.3327633Z    Compiling qrcode v0.14.1
2026-07-01T10:18:42.5225509Z    Compiling tempfile v3.27.0
2026-07-01T10:18:43.5182639Z    Compiling clap v4.6.1
2026-07-01T10:18:56.9158011Z    Compiling rustls-webpki v0.103.13
2026-07-01T10:18:59.3298362Z    Compiling tokio-rustls v0.26.4
2026-07-01T10:18:59.3298824Z    Compiling rustls-platform-verifier v0.7.0
2026-07-01T10:18:59.3299171Z    Compiling noq-proto v0.17.0
2026-07-01T10:18:59.4881169Z    Compiling hyper-rustls v0.27.9
2026-07-01T10:18:59.4882357Z    Compiling hickory-net v0.26.0-beta.4
2026-07-01T10:18:59.4882971Z    Compiling tokio-websockets v0.13.2
2026-07-01T10:19:00.4532410Z    Compiling reqwest v0.13.4
2026-07-01T10:19:01.3227810Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-01T10:19:18.9140398Z    Compiling spt-net v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-07-01T10:19:20.5830681Z    Compiling spt-daemon v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-07-01T10:19:30.7175764Z    Compiling spt v0.19.0 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-07-01T10:19:39.0252365Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 28s
2026-07-01T10:19:39.0479680Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-b786fd094b9bf0e1.exe)
2026-07-01T10:19:39.0929586Z 
2026-07-01T10:19:39.0929879Z running 1 test
2026-07-01T10:19:47.0750402Z test new_brain_serves_against_old_broker ... ok
2026-07-01T10:19:47.0750655Z 
2026-07-01T10:19:47.0750839Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.98s
2026-07-01T10:19:47.0751201Z 
